widget: Don't access highlight_resize in non-debug builds
authorTimm Bäder <mail@baedert.org>
Fri, 28 Jul 2017 19:28:32 +0000 (21:28 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 28 Jul 2017 19:28:32 +0000 (21:28 +0200)
commit2cbcee854920c2b6a80a6e45da7a9469f4496f2f
treec61c2e92287fbc267378a8da22beccc9ca04eff0
parentb71f644cf5fd48e465bf3463e2e2a3ceef0dc9cf
widget: Don't access highlight_resize in non-debug builds

The GtkWidgetPrivate struct only contains that member if G_ENABLE_DEBUG
is defined.
gtk/gtkwidget.c